WARNING: This program has a bug, which means we need to fix it!
RULE: When we write an if statement, the test line has to have a colon : at the end of the line.
- Click Run and read the error message.
- Place a colon at the end of the second if statement, like this: if choice == "hedgehog":
- Debug this program so that it tests for "hedgehog" correctly.
To navigate the page using the TAB key, first press ESC to exit the code editor.